A B C D F G H I J L M N O P Q R S T U

D

daxpy_f77(int, double, double[], int, double[], int) - Static method in class newtonSolver.Blas_f77
This method multiplies a constant times a vector and adds the product to another vector --- dy = da*dx + dy.
dcopy_f77(int, double[], int, double[], int) - Static method in class newtonSolver.Blas_f77
This method copies the vector dx to the vector dy.
dcopyp_f77(int, double[], double[], int) - Static method in class newtonSolver.Blas_f77
This method copies a portion of vector x to the corresponding portion of vector y.
ddot_f77(int, double[], int, double[], int) - Static method in class newtonSolver.Blas_f77
This method calculates the dot product of two vectors.
dfault_f77(int, double[], double[], double[], int[], int[], int[], int[], int[], int[], int[], double[], double[], double[], double[]) - Method in class newtonSolver.Uncmin_f77
The dfault_f77 method sets default values for each input variable to the minimization algorithm.
dnrm2_f77(int, double[], int) - Static method in class newtonSolver.Blas_f77
This method calculates the Euclidean norm of the vector stored in dx with storage increment incx.
dnrm2p_f77(int, double[], int) - Static method in class newtonSolver.Blas_f77
This method calculates the Euclidean norm of a portion of a vector x.
dogdrv_f77(int, double[], double[], double[], double[][], double[], double[], double[], Uncmin_methods, double[], double[], double[], double[], int[], boolean[], double[], double[], double[], double[]) - Method in class newtonSolver.Uncmin_f77
The dogdrv_f77 method finds the next Newton iterate (xpls) by the double dogleg method.
dogstp_f77(int, double[], double[][], double[], double[], double, double[], boolean[], boolean[], double[], double[], double[], double[], double[], double[]) - Method in class newtonSolver.Uncmin_f77
The dogstp_f77 method finds the new step by the double dogleg appproach.
drotg_f77(double[]) - Static method in class newtonSolver.Blas_f77
This method constructs a Givens plane rotation.
dscal_f77(int, double, double[], int) - Static method in class newtonSolver.Blas_f77
This method scales a vector by a constant.
dscalp_f77(int, double, double[], int) - Static method in class newtonSolver.Blas_f77
This method scales a portion of a vector by a constant.
dswap_f77(int, double[], int, double[], int) - Static method in class newtonSolver.Blas_f77
This method interchanges two vectors.

A B C D F G H I J L M N O P Q R S T U